home *** CD-ROM | disk | FTP | other *** search
/ QuickTime for the Web (2nd Edition) / QuickTime for the Web (2nd Edition).iso / mac / AppleScript / QUICKTIME 5.0.2 SCRIPTS / QuickTime Player Scripts / SMIL / Image Overlay with Link / Image Overlay with Link.rsrc / TEXT_128.txt < prev    next >
Encoding:
Text File  |  2000-11-13  |  293 b   |  9 lines

  1.     repeat with i from 1 to the annotation_count
  2.         tell movie 2
  3.             set this_annotation to annotation i
  4.             set this_name to the name of this_annotation
  5.             set this_text to the full text of annotation this_name
  6.         end tell
  7.         set full text of annotation this_name of movie 1 to this_text
  8.     end repeat
  9.